home *** CD-ROM | disk | FTP | other *** search
/ Eros - Digital Erotica & Games / Eros - Digital Erotica & Games.iso / mac / EROS vol.1 / EROS vol.DXR / 00558.ls < prev    next >
Encoding:
Text File  |  1995-07-07  |  767 b   |  22 lines

  1. on exitFrame
  2.   global md1, md2, md3, md4, md5, md6, MD7, MD8, movPC
  3.   patchpal()
  4.   puppetSprite(3, 1)
  5.   if the machineType = 256 then
  6.     set movPC to 9
  7.     set md1 to the duration of cast the castNum of sprite 4 - 3
  8.     set md2 to the duration of cast the castNum of sprite 5 - 3
  9.     set md3 to the duration of cast the castNum of sprite 6 - 3
  10.     set md4 to the duration of cast the castNum of sprite 7 - 3
  11.     set md5 to the duration of cast the castNum of sprite 8 - 3
  12.     set md6 to the duration of cast the castNum of sprite 9 - 3
  13.     set MD7 to the duration of cast the castNum of sprite 10 - 3
  14.     set MD8 to the duration of cast the castNum of sprite 11 - 3
  15.   else
  16.     movPrep()
  17.   end if
  18.   puppetSound(0)
  19.   setnavi()
  20.   set the movieRate of sprite 2 to 1
  21. end
  22.